Returns the cached JSON payload for a product from pricestest.products_cache.
HTTP: GET /data/product/{productId}
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| productId | string | yes | Internal DynPricing product identifier. | 900258 |
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| domain | string | yes | Domain that owns the cached product entry. | profi-parfemy.cz |
curl -H "Authorization: ApiKey YOUR_API_KEY" "https://admin.elpricing.com/api/data/product/{productId}?domain=profi-parfemy.cz"Tasks are persisted to var/api_queue/tasks.json. Process them with:
php go.php cron:list\nphp go.php cron:go
Logs are written to var/api_queue/logs/{task_id}.log.